robertl [Mon, 5 Jan 2004 20:08:10 +0000 (20:08 +0000)]
A number of changes throughout to support formats like GPX and Mapsource
that can have more than one of (waypoints, tracks, routes) in one file.
This doesn't get it for every format (or even for MPS output) but it
helps some of our cases...
robertl [Mon, 5 Jan 2004 17:39:56 +0000 (17:39 +0000)]
Add route writing to garmin serial. Probably not final.
alexmot [Mon, 5 Jan 2004 15:50:05 +0000 (15:50 +0000)]
Remove OziExplorer style file. Ozi is now it's own module.
alexmot [Mon, 5 Jan 2004 15:47:33 +0000 (15:47 +0000)]
Move OziExplorer into it's own module. Adds track/route read/write support for Ozi.
robertl [Mon, 5 Jan 2004 02:22:41 +0000 (02:22 +0000)]
Fix garmin serial tracks. A) eliminate empty track at beginning and B)
avoid mem corruption by allocing and freeing the waypoint list consistently.
robertl [Sat, 3 Jan 2004 21:51:08 +0000 (21:51 +0000)]
Add D109 support in yet another place.
robertl [Sun, 21 Dec 2003 20:30:54 +0000 (20:30 +0000)]
Replace old endianness logic in binary formats
with newer stuff.
Fix loops that free ll elements.
Misc cleanups.
robertl [Sun, 21 Dec 2003 19:16:30 +0000 (19:16 +0000)]
Don't call exit.
robertl [Sun, 21 Dec 2003 17:48:42 +0000 (17:48 +0000)]
Add route reading code.
robertl [Sun, 21 Dec 2003 09:11:51 +0000 (09:11 +0000)]
Doc a few missing targets. Make chkdoc grouchier.
robertl [Sun, 21 Dec 2003 09:11:04 +0000 (09:11 +0000)]
Add delorme gpl format.
robertl [Sun, 21 Dec 2003 07:53:15 +0000 (07:53 +0000)]
Add deficon to geo output.
robertl [Sat, 20 Dec 2003 22:58:12 +0000 (22:58 +0000)]
Free the parser when we're done.
robertl [Sat, 20 Dec 2003 19:12:24 +0000 (19:12 +0000)]
Accept comments in input.
robertl [Sat, 20 Dec 2003 05:39:13 +0000 (05:39 +0000)]
Be nicer in absence of a shortname.
alexmot [Thu, 18 Dec 2003 14:19:56 +0000 (14:19 +0000)]
C89 fix-up
robertl [Sat, 13 Dec 2003 07:13:46 +0000 (07:13 +0000)]
Three changes:
1) Lay groundwork in GPX parser for context sensitive switching.
2) Add route reversal.
3) move painful test to 'torture' target from testo (you're welcome, Ron)
robertl [Sat, 13 Dec 2003 05:54:49 +0000 (05:54 +0000)]
Cleanup pass.
robertl [Sat, 13 Dec 2003 05:04:22 +0000 (05:04 +0000)]
Add blurb on binary kits.
robertl [Fri, 12 Dec 2003 05:57:32 +0000 (05:57 +0000)]
Add mac-build target for generating binary kits for OS/X.
robertl [Thu, 11 Dec 2003 17:08:50 +0000 (17:08 +0000)]
Fix minor mem leaks.
robertl [Thu, 11 Dec 2003 17:00:43 +0000 (17:00 +0000)]
Add check to 'changes.html', too.
robertl [Tue, 9 Dec 2003 06:53:11 +0000 (06:53 +0000)]
Add D109 support for reading routes. Yuk!
robertl [Tue, 9 Dec 2003 06:52:12 +0000 (06:52 +0000)]
Add sloppy code to print D109's. Since we don't normally link with
this file, the bloat is OK.
james_sherring [Sat, 6 Dec 2003 12:39:05 +0000 (12:39 +0000)]
Support GPX <sym>/pushpin icon number
robertl [Fri, 5 Dec 2003 22:40:11 +0000 (22:40 +0000)]
Don't double-free email and author if reading multiple files.
james_sherring [Fri, 5 Dec 2003 11:24:29 +0000 (11:24 +0000)]
cleanup various debug items,
no input file condition bug fix
james_sherring [Fri, 5 Dec 2003 00:54:53 +0000 (00:54 +0000)]
*** empty log message ***
james_sherring [Fri, 5 Dec 2003 00:44:33 +0000 (00:44 +0000)]
*** empty log message ***
james_sherring [Fri, 5 Dec 2003 00:12:19 +0000 (00:12 +0000)]
fixed bad strcpy causing coredump with jlps.axe
james_sherring [Fri, 5 Dec 2003 00:03:40 +0000 (00:03 +0000)]
updated show_usage
james_sherring [Thu, 4 Dec 2003 12:51:20 +0000 (12:51 +0000)]
Included mention of template files
james_sherring [Wed, 3 Dec 2003 23:42:24 +0000 (23:42 +0000)]
*** empty log message ***
james_sherring [Wed, 3 Dec 2003 21:34:36 +0000 (21:34 +0000)]
*** empty log message ***
alexmot [Wed, 3 Dec 2003 18:39:13 +0000 (18:39 +0000)]
Add mag_cleanse() to route-point output.
robertl [Wed, 3 Dec 2003 17:23:23 +0000 (17:23 +0000)]
Regenerate deps. Rename snprintf for WIN32.
parkrrrr [Wed, 3 Dec 2003 02:01:08 +0000 (02:01 +0000)]
Added fake-o waypoint names to generated waypoints; GPS formats seem to care about having names.
robertl [Wed, 3 Dec 2003 00:12:19 +0000 (00:12 +0000)]
Protect against integer overflow in division.
parkrrrr [Wed, 3 Dec 2003 00:00:04 +0000 (00:00 +0000)]
Added 'simplify' filter
parkrrrr [Tue, 2 Dec 2003 23:22:14 +0000 (23:22 +0000)]
Fixed problem where one route would get split into many smaller routes
james_sherring [Tue, 2 Dec 2003 21:04:09 +0000 (21:04 +0000)]
*** empty log message ***
james_sherring [Tue, 2 Dec 2003 20:20:44 +0000 (20:20 +0000)]
*** empty log message ***
james_sherring [Tue, 2 Dec 2003 20:06:49 +0000 (20:06 +0000)]
moved to src directory
robertl [Tue, 2 Dec 2003 17:55:10 +0000 (17:55 +0000)]
Bump to 1.2.1 for release.
robertl [Tue, 2 Dec 2003 17:54:14 +0000 (17:54 +0000)]
Used fixed point instead of approximate fp to reduce rounding error on
Garmin waypt xfer.
robertl [Tue, 2 Dec 2003 15:24:05 +0000 (15:24 +0000)]
Bump version number to circumvent sourceforge silliness. Add version # to
usage.
robertl [Tue, 2 Dec 2003 15:12:26 +0000 (15:12 +0000)]
Add secondary basemap upload. From Bernhard Nebel.
robertl [Tue, 2 Dec 2003 15:10:58 +0000 (15:10 +0000)]
From Rick. Add dbname and category command line options.
robertl [Tue, 2 Dec 2003 15:03:21 +0000 (15:03 +0000)]
This commit was generated by cvs2svn to compensate for changes in r564,
which included commits to RCS files with non-trunk default branches.
robertl [Mon, 1 Dec 2003 22:13:34 +0000 (22:13 +0000)]
Describe Ron's fix.
parkrrrr [Mon, 1 Dec 2003 21:19:01 +0000 (21:19 +0000)]
Removed bad boundary conditions and other errors in previous gpx.c commit; also added 'consider emailing' warning.
parkrrrr [Mon, 1 Dec 2003 20:08:39 +0000 (20:08 +0000)]
Added hack to remove � through  from most gpx input
robertl [Mon, 24 Nov 2003 15:42:05 +0000 (15:42 +0000)]
Add Geoniche. From Rick Richardson.
robertl [Mon, 24 Nov 2003 14:22:27 +0000 (14:22 +0000)]
Use xfree, not free.
robertl [Mon, 24 Nov 2003 14:14:02 +0000 (14:14 +0000)]
printposn needs a double, not a float.
robertl [Wed, 19 Nov 2003 23:17:02 +0000 (23:17 +0000)]
Bump version for release.
robertl [Sun, 16 Nov 2003 20:10:38 +0000 (20:10 +0000)]
Unify math.h includes and conditional M_PI definition since we kept getting
it wrong...
parkrrrr [Fri, 14 Nov 2003 15:37:13 +0000 (15:37 +0000)]
Moved great circle functionality to its own module
robertl [Thu, 13 Nov 2003 23:38:42 +0000 (23:38 +0000)]
I've looked these options up for the last time...
robertl [Thu, 13 Nov 2003 22:47:32 +0000 (22:47 +0000)]
Regenerate.
robertl [Thu, 13 Nov 2003 05:28:33 +0000 (05:28 +0000)]
Move gpx_entitize to xml_entitize, call from geo.c in at least one of hte
cases that we should be calling it (sigh) to correct a problem for Rick
outputting URLs with '&' characters in them.
robertl [Mon, 10 Nov 2003 15:13:57 +0000 (15:13 +0000)]
This commit was generated by cvs2svn to compensate for changes in r548,
which included commits to RCS files with non-trunk default branches.
robertl [Mon, 10 Nov 2003 15:13:57 +0000 (15:13 +0000)]
Initial checkin.
robertl [Wed, 5 Nov 2003 20:49:50 +0000 (20:49 +0000)]
regenerate
robertl [Wed, 5 Nov 2003 20:49:09 +0000 (20:49 +0000)]
Put description in description field. (duh!)
robertl [Mon, 3 Nov 2003 14:37:03 +0000 (14:37 +0000)]
From Rick Richardson.
Here is a patch that fixes a bug in the tabsep internal style. It
was unable to parse its own output as input (my bad).
-Rick
robertl [Mon, 3 Nov 2003 14:35:55 +0000 (14:35 +0000)]
Use new waypoint constructor.
robertl [Mon, 3 Nov 2003 14:35:35 +0000 (14:35 +0000)]
Add waypoint constructor.
robertl [Mon, 3 Nov 2003 14:35:24 +0000 (14:35 +0000)]
Whack dead code.
robertl [Wed, 29 Oct 2003 03:37:52 +0000 (03:37 +0000)]
Misc cleanups.
robertl [Wed, 29 Oct 2003 03:05:17 +0000 (03:05 +0000)]
Add new Magellan models.
robertl [Tue, 28 Oct 2003 23:47:26 +0000 (23:47 +0000)]
Fix reads of tracks when time_t isn't 32bits. (as on AMD64/Linux)
robertl [Tue, 28 Oct 2003 23:40:57 +0000 (23:40 +0000)]
Fix track timestamp endianness on read .
alexmot [Mon, 27 Oct 2003 15:06:20 +0000 (15:06 +0000)]
Add WHITESPACE delimiter to xcsv.
robertl [Fri, 24 Oct 2003 14:21:00 +0000 (14:21 +0000)]
Oh. THAT is why people keep mailing me patches instead of putting them
on the list...
robertl [Thu, 23 Oct 2003 23:31:03 +0000 (23:31 +0000)]
Doc PSITREX. From Mark.
robertl [Thu, 23 Oct 2003 06:10:57 +0000 (06:10 +0000)]
Large and boring search and replace to remove structs that had only
one member. wpt->position.altitude.altitude_meters becomes wpt->altitude,
for example.
robertl [Tue, 21 Oct 2003 21:25:16 +0000 (21:25 +0000)]
Fix timezones in psitrex track format. From Mark.
robertl [Tue, 21 Oct 2003 21:09:05 +0000 (21:09 +0000)]
Comment that creation_time is GMT internally.
robertl [Tue, 21 Oct 2003 17:52:35 +0000 (17:52 +0000)]
Add comment for units for our two new types.
robertl [Tue, 21 Oct 2003 13:48:27 +0000 (13:48 +0000)]
defs.h: Add fields for Mark.
cetus.c: Add option to append icon description to description.
robertl [Mon, 20 Oct 2003 22:25:13 +0000 (22:25 +0000)]
update comment to rflect possible fix of timewarp.
robertl [Mon, 20 Oct 2003 16:38:00 +0000 (16:38 +0000)]
Add reference route from Mapsource.
robertl [Mon, 20 Oct 2003 16:37:20 +0000 (16:37 +0000)]
Reference file for Mapsource.
robertl [Mon, 20 Oct 2003 16:35:06 +0000 (16:35 +0000)]
Add psitrex. From Mark Bradley.
robertl [Mon, 20 Oct 2003 16:34:09 +0000 (16:34 +0000)]
Big update from Mark Bradley:
Finish tracks. Add routes to Mapsource.
Add psitrex.
robertl [Mon, 20 Oct 2003 13:24:22 +0000 (13:24 +0000)]
Update from Mark.
robertl [Mon, 20 Oct 2003 13:11:27 +0000 (13:11 +0000)]
Regenerate deps.
robertl [Mon, 20 Oct 2003 13:09:43 +0000 (13:09 +0000)]
Those rascally C++ comments...
robertl [Mon, 20 Oct 2003 13:06:01 +0000 (13:06 +0000)]
Add -s support to Cetus. From Rick.
parkrrrr [Wed, 15 Oct 2003 16:31:32 +0000 (16:31 +0000)]
Same change as the previous one for Cetus. These crashes haven't been reported, but they could have happened under the same circumstances. Well, except for the ifdefed-out code in mapopolis, which is included for completeness.
parkrrrr [Wed, 15 Oct 2003 16:13:10 +0000 (16:13 +0000)]
Fixed crash in mingw build when writing to Cetus format from a GPX file that contained a creation date before 1970; bmgpx creates such GPX files.
robertl [Tue, 14 Oct 2003 13:20:00 +0000 (13:20 +0000)]
Correctly terminate created string. From Mark Bradley.
parkrrrr [Fri, 10 Oct 2003 17:10:44 +0000 (17:10 +0000)]
document duplicate filter's ALL option
parkrrrr [Fri, 10 Oct 2003 17:02:40 +0000 (17:02 +0000)]
Added 'all' option to duplicate filter, to allow filtering out specific lists of waypoints
robertl [Wed, 8 Oct 2003 18:58:57 +0000 (18:58 +0000)]
Misc minor cleanups.
robertl [Tue, 30 Sep 2003 22:15:19 +0000 (22:15 +0000)]
Warning cleanup.
robertl [Tue, 30 Sep 2003 13:55:14 +0000 (13:55 +0000)]
Add Mark Bradley's tool to generate a windows cmd file from testo.
robertl [Tue, 30 Sep 2003 13:39:13 +0000 (13:39 +0000)]
Add testo cases for mapsource tracks.
robertl [Tue, 30 Sep 2003 13:35:38 +0000 (13:35 +0000)]
Mapsource changes from Mark Bradley.